home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/contextMenu.dtd" >
-
- <overlay id="IMcontextMenu"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script language="javascript" src="chrome://aim/content/contextMenu.js" />
- <script language="javascript" src="chrome://aim/content/App.js" />
-
-
- <popupset id="imContextMenuSet">
- <!-- This is the context menu for the content-area of the IM
- Buddy List window.
- -->
- <popup id="context"
- oncreate="contextMenu = new nsContextMenu( this );"
- ondestroy="contextMenu.onDestroy(); contextMenu = null;">
-
- <!-- Online Tab ==================================== -->
- <menuitem id="context-sendIM"
- value="&sendIMCmd.label;"
- accesskey=""
- oncommand="cmdNewIM();"/>
- <menuitem id="context-sendChat"
- value="&sendChatCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextSendChat();"/>
-
- <!-- Sidebar panel only -->
- <!-- <menuitem id="context-EditList"
- value="&editListCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextEditList();"/> -->
-
- <!-- <menuseparator id="context-sep-open"/> -->
-
- <!-- List Setup Tab ============================== -->
- <menuitem id="context-addBuddy"
- value="&addBuddyCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextAddBuddy();"/>
- <menuitem id="context-addGroup"
- value="&addGroupCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextAddGroup();"/>
- <menuitem id="context-delete"
- value="&deleteCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextDelete();"/>
- <!--<menuseparator/>
- <menuitem id="context-editAB"
- value="&editABCmd.label;"
- accesskey=""
- oncommand="contextMenu.cmdContextEditAB();"/> Prass - fix for 853, needs testing -->
- </popup>
- </popupset>
-
- </overlay>
-